home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / CURRENT / 000233_sms.antinode@gmail.com_Fri Nov 20 17:07:43 2009.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader1.panix.com!panix!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!l2g2000yqd.googlegroups.com!not-for-mail
  2. From: Steven Schweda <sms.antinode@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit 9.0 first Alpha test
  5. Date: Fri, 20 Nov 2009 08:44:50 -0800 (PST)
  6. Organization: http://groups.google.com
  7. Lines: 61
  8. Message-ID: <877a104f-89a0-4c2d-938c-9bf79f902a43@l2g2000yqd.googlegroups.com>
  9. References: <slrnhgd7p1.6r9.fdc@panix2.panix.com>
  10. NNTP-Posting-Host: 209.98.249.184
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. X-Trace: posting.google.com 1258735490 27465 127.0.0.1 (20 Nov 2009 16:44:50 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Fri, 20 Nov 2009 16:44:50 +0000 (UTC)
  16. Complaints-To: groups-abuse@google.com
  17. Injection-Info: l2g2000yqd.googlegroups.com; posting-host=209.98.249.184; 
  18.     posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
  19. User-Agent: G2/1.0
  20. X-HTTP-UserAgent: Mozilla/5.0 (X11; U; OpenVMS COMPAQ_Professional_Workstation; 
  21.     en-US; rv:1.8.1.17) Gecko/20081029 SeaMonkey/1.1.12,gzip(gfe),gzip(gfe)
  22. Xref: panix comp.protocols.kermit.misc:15832
  23.  
  24. Frank da Cruz wrote:
  25.  
  26. > [...]
  27. >   http://kermit.columbia.edu/ck90.html
  28. > [...]
  29.  
  30.    There are a few more things to look into, but for a start:
  31.  
  32. ALP $ gdiff -u ckuusy.c_orig ckuusy.c
  33. --- ckuusy.c_orig       2009-11-18 16:16:07 -0600
  34. +++ ckuusy.c    2009-11-20 10:26:12 -0600
  35. @@ -3606,8 +3606,8 @@
  36.                       failmsg = "%CKERMIT-E-SEARCHFAIL, no files for -
  37. s";
  38.  #else
  39.                       failmsg = "No files for -s";
  40. -                 }
  41.  #endif /* VMS */
  42. +                 }
  43.                   XFATAL(failmsg);
  44.               }
  45.               if (z > 1) {
  46. @@ -4742,8 +4742,3 @@
  47.      }
  48.  }
  49.  #endif /* NOCMDL */
  50. -
  51. -#ifdef VMS
  52. -/* This is the most horrible hack ever */
  53. -}
  54. -#endif /* VMS */
  55.  
  56.  
  57. (Well if it wasn't, it certainly was in the running.)
  58.  
  59.  
  60.   I can't remember if these are old or new (or fixed before or
  61. not):
  62.  
  63.     Compiling ALP$DKA0:[UTILITY.SOURCE.KERMIT.v9r0_2009-11-20]CKUATH.C
  64.  
  65. #define des_cblock DES_cblock
  66. ...................^
  67. %CC-W-MACROREDEF, The redefinition of the macro "des_cblock" conflicts
  68. with a cu
  69. rrent definition because the replacement lists differ.  The
  70. redefinition is now
  71. in effect.
  72. at line number 131 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
  73.  
  74. #define des_key_schedule DES_key_schedule
  75. .........................^
  76. %CC-W-MACROREDEF, The redefinition of the macro "des_key_schedule"
  77. conflicts wit
  78. h a current definition because the replacement lists differ.  The
  79. redefinition i
  80. s now in effect.
  81. at line number 133 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
  82.  
  83.  
  84. I'll try to look at it when I get a chance.